From: Kim F. Storm Date: Sun, 8 Sep 2002 20:29:05 +0000 (+0000) Subject: (executing_macro_index): Change type to EMACS_INT. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30746 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f2a846d8b21b269094ef0690138e104ec885eba6;p=emacs.git (executing_macro_index): Change type to EMACS_INT. --- diff --git a/src/macros.h b/src/macros.h index 8f3f003e398..6c927b80b5c 100644 --- a/src/macros.h +++ b/src/macros.h @@ -25,7 +25,7 @@ extern Lisp_Object Vexecuting_macro; /* Index of next character to fetch from that macro. */ -extern int executing_macro_index; +extern EMACS_INT executing_macro_index; /* Number of successful iterations so far for innermost keyboard macro.